ColorType

Enum to describe the base color data types available for IColorData objects. Values for each of these types can be freely converted to each other without loss of color data.

Entries

Link copied to clipboard

Report color value as CIEXYZ value on unity scale.

Link copied to clipboard

Report color value as CIELAB value.

Link copied to clipboard

Report color value as CIELCH / LCH(ab) value

Link copied to clipboard

Report color as CIELUV value

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.